home *** CD-ROM | disk | FTP | other *** search
- ; SoftWindows NET.CFG file. For use with either Ethernet or Token-Ring.
- ; Configured for use with Windows 95 using the Microsoft Network client
- ; and the Microsoft or Novell NetWare client.
-
- LINK SUPPORT
- BUFFERS 8 4210
- MEMPOOL 8192
-
- ; If ODINSUP is being used then the protocol must be bound to SoftWindows'
- ; network driver. Uncomment the following lines if ODINSUP is required.
- ; Note: Only one of "BIND ETHERSPC" or "BIND TOKENSPC" can be selected, the
- ; other should remain as a comment.
- ;PROTOCOL ODINSUP
- ; BIND ETHERSPC
- ; BIND TOKENSPC
- ; BUFFERED
-
- ; SoftWindows' Ethernet configuration.
- ; The following section allows Windows 95 to support Microsoft Networking
- ; (via NetBEUI) and Novell NetWare (via IPX).
- ; Default MAX PACKET SIZE 1514
- LINK DRIVER ETHERSPC
- FRAME Ethernet_802.2
- FRAME Ethernet_II
- FRAME Ethernet_SNAP
- FRAME Ethernet_802.3
- PROTOCOL IPX E0 Ethernet_802.2
- PROTOCOL SMB F0 Ethernet_802.2
-
-
- ; SoftWindows' Token-Ring configuration.
- ; The following section allows Windows 95 to support Microsoft Networking
- ; (via NetBEUI) and Novell NetWare (via IPX).
- ; Default MAX PACKET SIZE 4210
- LINK DRIVER TOKENSPC
- FRAME TOKEN-RING
- FRAME TOKEN-RING_SNAP
- PROTOCOL IPX E0 TOKEN-RING
- PROTOCOL SMB F0 TOKEN-RING
-
- NETWARE DOS REQUESTER
- FIRST NETWORK DRIVE = L
- ; If Burst Mode must be used within SoftWindows, the following option
- ; MUST be enabled. Note that the PB BUFFERS = 0 below should be replaced
- ; for Burst Mode to be enabled. (PB BUFFERS = 7 is a known good value)
- ; MAX IPG = 1
-
- ; Due to the nature of SoftWindows it is recommended that Burst Mode is
- ; not used. This is due to the way in which the NetWare client may
- ; reconfigure itself on the fly and the scheduling within SoftWindows.
- ; The following line disables Novell's Burst Mode:
- PB BUFFERS = 0
-
-
- ; The following are example protocol entries for common Network Operating
- ; Systems (NOS) and SoftWindows.
- ;
- ; Novell NetWare
- ; ~~~~~~~~~~~~~~
- ; PROTOCOL IPX E0 ETHERNET_802.2 ; NetWare 4.x default frame type
- ; PROTOCOL IPX 8137 ETHERNET_II ; NetWare 3.x default frame type
- ; PROTOCOL IPX 8137 ETHERNET_SNAP
- ; PROTOCOL IPX 0 ETHERNET_802.3 ; Old NetWare 2.x frame type.
- ; PROTOCOL IPX E0 TOKEN-RING
- ; PROTOCOL IPX 8137 TOKEN-RING_SNAP
- ;
- ; Windows 95 / Microsoft Lan Manager / Windows For Workgroups
- ; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ; PROTOCOL SMB F0 ETHERNET_802.2
- ; PROTOCOL SMB F0 TOKEN-RING
- ;
- ; TCP/IP Connectivity
- ; ~~~~~~~~~~~~~~~~~~~
- ; PROTOCOL IP 800 ETHERNET_II
- ; PROTOCOL ARP 806 ETHERNET_II
- ; PROTOCOL IP 800 TOKEN-RING_SNAP
- ; PROTOCOL ARP 806 TOKEN-RING_SNAP
- ;
- ; Banyan VINES
- ; ~~~~~~~~~~~~
- ; PROTOCOL VINES BAD ETHERNET_II
- ; PROTOCOL VINES BC TOKEN-RING
- ;
-